home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / tri_bbs / trimal30.zip / TRIMAIL.DOC < prev    next >
Text File  |  1991-12-12  |  5KB  |  199 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.                                 TriMail v3.0
  8.             A QWK Mail Door for the TriTel Bulletin Board System
  9.                    Copyright (c) 1991 By Mark D. Goodwin
  10.  
  11.      Unlike previous versions of  TriMail, TriMail v3.0 is distributed
  12.      as  freeware.  Registered TriTel  sysops are free  to use TriMail
  13.      with their TriTel boards.  Unregistered TriTel sysops are free to
  14.      use TriMail during their  board's 30 day evaluation period.   Any
  15.      other use of TriMail is strictly prohibited.
  16.  
  17.      TriMail is  a QWK mail door  that will allow your  callers to use
  18.      QWK mail  readers like SLMR, EZ-Reader,  WinQWK, Session Manager,
  19.      etc.  to read  mail offline.   Not  only  will your  callers find
  20.      reading mail  with an offline  reader more enjoyable,  your board
  21.      will  not be  unnecessarily tied  up  by callers  reading umpteen
  22.      million messages online.
  23.  
  24.      TriMail  can also optionally  produce QWK  packets that  have net
  25.      status  enable.   These net status  packets are  fully compatible
  26.      with PCBoard's RNet/MarkMail net status packets.
  27.  
  28.  
  29.      THE TRIMAIL DIRECTORY
  30.      ---------------------
  31.  
  32.      The  first step  during the  TriMail installation  process is  to
  33.      create a directory for  the doors and copy the  files TRIMAIL.EXE
  34.      and TMAIL1.CFG to the newly created directory.
  35.  
  36.      MODIFYING DOORS.MNU
  37.      -------------------
  38.  
  39.      The next step is to add a line  to your board's DOORS.MNU file to
  40.      add the door  to the Doors Menu.  The following  is an example of
  41.      the line you should include in your DOORS.MNU file:
  42.  
  43.      P,TriMail,TRIMAIL,10
  44.  
  45.      The above line tells  TriTel to generate PCBoard door  data files
  46.      (PCBoard files are required  for TriMail to run properly),  use a
  47.      description  of "TriMail" in the  Doors Menu, run  the batch file
  48.      "TRIMAIL"  to run the door,  and set the  door's minimum security
  49.      level to 10.
  50.  
  51.  
  52.      THE DOOR'S BATCH FILE
  53.      ---------------------
  54.  
  55.      The next step is to create the door's batch file.   The following
  56.      is an example TriMail batch file:
  57.  
  58.      cd \doors\trimail
  59.      trimail c:\tritel\pcboard.sys
  60.      cd \tritel
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72.  
  73.      board
  74.  
  75.      The following  is a line-by-line  description of the  above batch
  76.      file:
  77.  
  78.      cd \doors\trimail             <- Change to the door's directory
  79.      trimail c:\tritel\pcboard.sys <- Run TriMail and specify the     
  80.                                    <- location of PCBOARD.SYS
  81.      cd \tritel                    <- Change back to TriTel's         
  82.                                    <- directory
  83.      board                         <- Run TriTel again
  84.  
  85.  
  86.      MODIFYING TMAIL1.CFG
  87.      --------------------
  88.  
  89.      The next step is to modify TMAIL1.CFG to meet your board's needs.
  90.      The following is a sample TMAIL1.CFG file:
  91.  
  92.      c:\tritel
  93.      LOBSTER
  94.      c:\SLMR\WORK
  95.      port 1 sz
  96.      port 1 rz
  97.      port 1 sx -k
  98.      port 1 rc
  99.      port 1 sx
  100.      port 1 rx
  101.      100
  102.      1000
  103.  
  104.      The following is a line-by-line description of TMAIL1.CFG:
  105.  
  106.      c:\tritel           <- Your board's main directory.
  107.      LOBSTER             <- Your board's QWK id. (Up to 8 chars!!!)
  108.      c:\SLMR\WORK        <- The location for TriMail to copy QWK      
  109.                          <- packets to and get REP packets from during
  110.                          <- a local logon.  In other words, the       
  111.                          <- directory you use for your mail reader.
  112.      port 1 sz           <- DSZ command to send a file with Zmodem.
  113.      port 1 rz           <- DSZ command to receive a file with Zmodem.
  114.      port 1 sx -k        <- DSZ command to send a file with Xmodem-1K.
  115.      port 1 rc           <- DSZ command to receive a file with        
  116.                          <- Xmodem-1K.
  117.      port 1 sx           <- DSZ command to send a file with Xmodem.
  118.      port 1 rx           <- DSZ command to receive a file with Xmodem.
  119.      100                 <- The maximum number of messages per        
  120.                          <- conference.
  121.      1000                <- The maximum number of messages per QWK    
  122.                          <- packet.
  123.  
  124.      As  you can  see from  the  above, TriMail  requires  DSZ for  an
  125.      external  protocol   driver.     DSZ  must   be  in   your  PATH.
  126.      Additionally, TriMail uses  PKZIP and  that too must  be in  your
  127.  
  128.  
  129.  
  130.  
  131.  
  132.  
  133.  
  134.  
  135.  
  136.  
  137.  
  138.  
  139.      PATH.
  140.  
  141.  
  142.      MULTINODES
  143.      ----------
  144.  
  145.      TriMail 3.0 fully  supports multinode TriTel  systems.  You  must
  146.      create a separate  configuration file  for each node.   Node  1's
  147.      configuration  file  is  TriMail's  normal  TMAIL1.CFG,  Node 2's
  148.      configuration file should be named TMAIL2.CFG, etc.
  149.  
  150.      SUPPORT
  151.      -------
  152.  
  153.      If you  have  any problems  installing  TriMail, you  can  obtain
  154.      support by calling  either The Lobster Buoy, 207-941-0805, or any
  155.      other TriTel support board.
  156.  
  157.  
  158.  
  159.  
  160.  
  161.  
  162.  
  163.  
  164.  
  165.  
  166.  
  167.  
  168.  
  169.  
  170.  
  171.  
  172.  
  173.  
  174.  
  175.  
  176.  
  177.  
  178.  
  179.  
  180.  
  181.  
  182.  
  183.  
  184.  
  185.  
  186.  
  187.  
  188.  
  189.  
  190.  
  191.  
  192.  
  193.  
  194.  
  195.  
  196.  
  197.  
  198.  
  199.